protected java.util.Date parseDateTime(java.text.SimpleDateFormat formatter) throws java.text.ParseException
java.text.ParseException
protected java.lang.String formatDateTime(java.text.SimpleDateFormat formatter, java.util.Date date) throws java.text.ParseException
java.text.ParseException
public java.util.Date getDateTime() throws java.lang.NumberFormatException, java.text.ParseException
java.lang.NumberFormatException
java.text.ParseException
protected java.lang.String getDefaultOutputPattern()
protected java.lang.String getDefaultInputPattern()
|
CredibleXML v1.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
CredibleXML v1.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.crediware.crediblexml.coredef.DataElement | +--com.crediware.crediblexml.coredef.DataField | +--com.crediware.crediblexml.coredef.DataLayoutField | +--com.crediware.crediblexml.coredef.DataFieldDescription
Copyright (c) 2001-2002 Crediware LLC. Purpose: This class incapsulate description field behavior for corresponding document element defined in the GUI. Returned by data accessor method generated by GUI tool.
Constructor Summary | |
DataFieldDescription(DataSegment container,
MetaData metaData,
IExternalDataProvider dataProvider,
java.lang.String value)
constructor creates data element with specified parameters |
Method Summary | |
protected org.xml.sax.Attributes |
getAttributesForElement()
get the attributes when saving this fragment to XML as a separate element by default returns empty attribute |
java.lang.String |
getDescription()
get description of the field value from the external source If section is null, assume the value doesn't have a description |
void |
saveFragmentAsAttribute(org.xml.sax.helpers.AttributesImpl attr,
boolean formatted)
save the data of this fragment to XML as an attribute of the container element |
Methods inherited from class com.crediware.crediblexml.coredef.DataLayoutField |
getFieldMetaData, getXMLPresentmentType, isVisibleInXML |
Methods inherited from class com.crediware.crediblexml.coredef.DataField |
getFormattedValue, getLexicalValue, getValue, isElement, populateDataForElement, saveFragmentAsElement, setValue, toString |
Methods inherited from class com.crediware.crediblexml.coredef.DataElement |
getDataProvider, getEmptyAttribute, getMetaData, getName, getParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DataFieldDescription(DataSegment container, MetaData metaData, IExternalDataProvider dataProvider, java.lang.String value)
Method Detail |
public java.lang.String getDescription() throws ResourceUnavailableException
ResourceUnavailableException
protected org.xml.sax.Attributes getAttributesForElement() throws org.xml.sax.SAXException
getAttributesForElement
in class DataField
org.xml.sax.SAXException
public void saveFragmentAsAttribute(org.xml.sax.helpers.AttributesImpl attr, boolean formatted) throws org.xml.sax.SAXException
saveFragmentAsAttribute
in